projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37437fb
)
(time-stamp-string-preprocess): "?\ " -> "?\s".
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 14:11:40 +0000
(14:11 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 14:11:40 +0000
(14:11 +0000)
lisp/time-stamp.el
patch
|
blob
|
history
diff --git
a/lisp/time-stamp.el
b/lisp/time-stamp.el
index c66736a35948404f446fc33f725b4d6005953b95..daa713e069bae4dc8acd8bdb04d4156435c996ef 100644
(file)
--- a/
lisp/time-stamp.el
+++ b/
lisp/time-stamp.el
@@
-491,7
+491,7
@@
and all `time-stamp-format' compatibility."
(or (eq ?. cur-char)
(eq ?, cur-char) (eq ?: cur-char) (eq ?@ cur-char)
(eq ?- cur-char) (eq ?+ cur-char) (eq ?_ cur-char)
- (eq ?\
cur-char) (eq ?# cur-char) (eq ?^ cur-char)
+ (eq ?\
s
cur-char) (eq ?# cur-char) (eq ?^ cur-char)
(and (eq ?\( cur-char)
(not (eq prev-char ?\\))
(setq paren-level (1+ paren-level)))